home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Material Dictionary 116:…od - Table of Hospitality
/
Material Dictionary 116: Wine & Food - Table of Hospitality.iso
/
pc
/
sozai.exe
/
sozai.dxr
/
00009_scrollÉoÅ[.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1999-12-14
|
468 b
|
22 lines
on mouseDown
global scrollthumbsp
if the optionDown then
thumbpressed(the mouseV - (the height of sprite scrollthumbsp / 2))
exit
end if
if the mouseV < the top of sprite scrollthumbsp then
repeat while the stillDown
if rollOver(the clickOn) then
pagedown()
end if
end repeat
else
repeat while the stillDown
if rollOver(the clickOn) then
pageup()
end if
end repeat
end if
indicateoff()
end